home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Hikes in North America / 1001Hikes.iso / dataroot / newyork / htm / maps / map006.swf / scripts / DefineButton2_62 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-07-06  |  100b  |  8 lines

  1. on(press){
  2.    tellTarget("buttonlogic")
  3.    {
  4.       gotoAndStop("down");
  5.       play();
  6.    }
  7. }
  8.